From 2e05ce3ec952db761c76e09dbb98267eee581204 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 17 Sep 2009 18:06:23 +0000 Subject: [PATCH] (MSDOS_SUPPORT, SOME_MACHINE_LISP): Add lisp/term/internal.elc. --- src/Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Makefile.in b/src/Makefile.in index 865f14d8cdd..39c58102a35 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -630,7 +630,8 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(widgetobj) $(LIBOBJS) #ifdef MSDOS #define MSDOS_SUPPORT ${lispsource}ls-lisp.elc ${lispsource}disp-table.elc \ - ${lispsource}dos-fns.elc ${lispsource}dos-w32.elc ${lispsource}dos-vars.elc + ${lispsource}dos-fns.elc ${lispsource}dos-w32.elc ${lispsource}dos-vars.elc \ + ${lispsource}/term/internal.elc #else #define MSDOS_SUPPORT @@ -874,7 +875,7 @@ SOME_MACHINE_LISP = ../lisp/mouse.elc \ ../lisp/mouse.elc \ ../lisp/term/common-win.elc \ ../lisp/term/x-win.elc \ - ../lisp/term/pc-win.elc \ + ../lisp/term/pc-win.elc ../lisp/term/internal.elc \ ../lisp/term/ns-win.elc /* Construct full set of libraries to be linked. -- 2.30.2